error n. 1.错误;失错。 2.谬见,误想;误信;误解。 3.罪过。 4.【数学】误差;【法律】误审,违法;(棒球中的)错打。 commit [make] an error 犯[出]错。 correct errors 改正错误。 a clerk's [clerical] error 笔误。 mean errors 标准误差。 a writ of error 【法律】(推翻错误原判的)再审命令。 nature's error 天生畸形。 in error 弄错了的;错误地。 errors of commission [omission] 违犯[疏忽]罪。 fall into error 误入歧途。 nature's error 天生畸形。 adj. -less 无错误的,正确的。
Results in an arithmetic error , the 将导致算术错误,但是insert语句仍有效。
An acceptable amount for arithmetic error 可接受的算术错误的量。
If you are only interested in capturing a general arithmetic error 如果只对捕获一般的算法错误感兴趣,将引发一个
Such a failure may take place when the computed column results in arithmetic error 当计算列导致算术错误时可能产生这样的失败。
Because wib is in frame 0 that s the function the program was executing inside when the arithmetic error occurred 由于wib ( )在0号帧中,那么它就是执行程序时发生算术错误的函数。
When an update statement encounters an arithmetic error overflow , divide by zero , or a domain error during expression evaluation , the update is not performed 当update语句在表达式求值过程中遇到算术错误(溢出、被零除或域错误)时,则不进行更新。
When a delete statement encounters an arithmetic error overflow , divide by zero , or a domain error occurring during expression evaluation , the database engine handles these errors as if set arithabort is set on 当delete语句遇到在表达式计算过程中发生的算术错误(溢出、被零除或域错误)时,数据库引擎将处理这些错误,就好象set arithabort设置为on 。
When an insert statement encounters an arithmetic error overflow , divide by zero , or a domain error occurring during expression evaluation , the database engine handles these errors as if set arithabort is set to on 如果在表达式计算过程中insert语句遇到算术错误(溢出、被零除或域错误) ,则数据库引擎会处理这些错误,就好像set arithabort设置为on一样。
During expression evaluation when set arithabort is off , if an insert , delete or update statement encounters an arithmetic error , overflow , divide - by - zero , or a domain error , sql server inserts or updates a null value 如果set arithabort为off ,并且在对表达式求值的过程中insert 、 delete或update语句遇到算术错误(溢出、被零除或域错误) , sql server将插入或更新一个null值。